home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-2 / card_22504.txt < prev    next >
Text File  |  1990-08-07  |  1KB  |  56 lines

  1. -- card: 22504 from stack: in.0-2
  2. -- bmap block id: 23017
  3. -- flags: 0000
  4. -- background id: 18737
  5. -- name: CardLayers
  6. ----- HyperTalk script -----
  7. -- This handler stores the name of the last card.
  8. on goBack
  9.   go cd "Cards" of stack "Intro to HyperCard 2.0"
  10. end goBack
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 2000
  16. -- rect: left=213 top=209 right=252 bottom=263
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   set cursor to none
  28.   visual dissolve slow
  29.   go cd "cardLayers.2"
  30.   wait 20
  31.   lock screen
  32.   show cd fld "textFld"
  33.   unlock screen with dissolve
  34.   wait 120
  35.   lock screen
  36.   hide cd fld "textFld"
  37.   unlock screen with dissolve
  38.   push card
  39.   go stack "‚Ä¢HC 2.0-Anim4"
  40.   doAnimate
  41.   pop card
  42.   wait 20
  43.   visual dissolve slow
  44.   go cd "cardLayers"
  45. end mouseUp
  46.  
  47.  
  48.  
  49.  
  50.  
  51. -- part contents for background part 1
  52. ----- text -----
  53. A card has what is called a ‚Äúcard layer‚Äù and a 
  54. ‚Äúbackground layer.‚Äù The background is like a template: it can be shared by any number of cards, and whatever you put on the background layer of a card will appear on all the card layers that are constructed over that background. 
  55.  
  56.